text: Be more careful with cached layouts
authorMatthias Clasen <mclasen@redhat.com>
Sun, 12 Apr 2020 19:12:37 +0000 (15:12 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 12 Apr 2020 21:32:57 +0000 (17:32 -0400)
commit17a9b13af2c30e00fcf88da746691cc810594644
treef284c50f8274fc4b26cd70fc10e003f90aaccd39
parent1efa781a19597404037dd99afea96eee8b8df628
text: Be more careful with cached layouts

If we call any functions that may call ensure_layout
themeselves, we risk having the cached layout pulled
out from underneath. Better play it safe and take a
reference.
gtk/gtktext.c